GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > SparklineStorage クラス : Copy(Int32,Int32,CellMatrix<Sparkline>,Int32,Int32,Int32,Int32) メソッド |
'Declaration
Public Sub Copy( _ ByVal fromRow As Integer, _ ByVal fromColumn As Integer, _ ByVal target As CellMatrix(Of Sparkline), _ ByVal toRow As Integer, _ ByVal toColumn As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
public void Copy( int fromRow, int fromColumn, CellMatrix<Sparkline> target, int toRow, int toColumn, int rowCount, int columnCount )